From: Paul Eggert Date: Mon, 8 Jul 2019 02:56:31 +0000 (-0700) Subject: * src/dispnew.c (init_display_interactive): Fix comment to match code. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~19^2~2450 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=b5e0dfacadc59c1a01bcbdd1de2325f4843adb31;p=emacs.git * src/dispnew.c (init_display_interactive): Fix comment to match code. --- diff --git a/src/dispnew.c b/src/dispnew.c index 5a6662e0f3b..956f3ea3573 100644 --- a/src/dispnew.c +++ b/src/dispnew.c @@ -6142,7 +6142,8 @@ init_display_interactive (void) using the window system. If the DISPLAY environment variable is set and nonempty, - try to use X, and die with an error message if that doesn't work. */ + try to use X, and if that fails output a line to stderr + reporting that -nw will be simulated. */ #ifdef HAVE_X_WINDOWS if (! inhibit_window_system && ! display_arg)